home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / remote / febbs180.zip / FEBBS.NEW < prev    next >
Text File  |  1991-08-05  |  8KB  |  175 lines

  1.   ──────────────────────────────────────────────────────────────────────
  2.       The history of FEBBS
  3.   ──────────────────────────────────────────────────────────────────────
  4.  
  5.     1.80  06-Aug-1991
  6.  
  7.     ■ Here we go again.
  8.  
  9.       Features with the {+} mark is only availiable for registered
  10.       users.
  11.  
  12.     ■ Feppla, The setup utility for Febbs, has been rewritten from
  13.       scratch. Not a single line of code from the old was used
  14.       (except from my usual libraries of code). It has been written
  15.       using OOP ( Object Oriented Programming ) and was my first
  16.       go in larger scale at OOP.
  17.  
  18.       I have also added a better On-Line help system and all items
  19.       that i consider needs a help page has been given one. Just
  20.       press F1 from anywhere in Feppla.
  21.  
  22.       This rewrite was necesary because the old Feppla was an
  23.       excerpt from Febbs in the early days when the setup was built
  24.       into Febbs. Since the setup wasn't intended to be a standalone
  25.       unit of Febbs from the beginning it was a very dificult job
  26.       to add new items to Feppla. And since Febbs is growing, Feppla
  27.       was rapidly becomming a pain. So i wrote a new one, You should
  28.       be able to handle it in the same manner as the old since it
  29.       was moduled after the old ones style.
  30.  
  31.     ■ When sorting Febbs would chop of any description to 80 chars. Fixed.
  32.  
  33.     ■ Febbs was checking if the File existed for every keypress when you
  34.       had the "Display File Info" option set to ON when editing. This
  35.       didn't do so much on systems with some cache but on slower systems
  36.       it was a pain. Fixed.
  37.       Reported by several.
  38.  
  39.     ■ Squashed an Ugly bug in OPUS mode. When Febbs had read all
  40.       the SYSTEMXX.DAT files from disk it sorted them to get the
  41.       areas in order. This sort routine didn't work to well so
  42.       the File Directories and the Files.Bbs paths got all mixed
  43.       up. Fixed.
  44.       Reported by several.
  45.  
  46.     ■ Reorganized the overlay files a bit. Some stuff that didn't belong
  47.       in an overlay had been transfered there and thereby slowing down
  48.       performance on some slower systems.
  49.  
  50.     ■ A lot of internal restructuring of the filelist part.
  51.       Nothing the end user should notice.
  52.  
  53.     ■ The routine that that displays the Date and Size of a file on the
  54.       statusline has been rewritten and no longer accesses the file.
  55.       Instead all that is done is a directory level inquirie. This results
  56.       in an increase of speed on slow machines.
  57.  
  58.     ■ Fixed some display bugs in the Sort routine when you where tagging
  59.       lines and used PageUp.
  60.  
  61.     ■ Redused the size of the footer of the filelists. Now it only contains
  62.       the copyright information and who the copy is registered to.
  63.       Suggested by Fred Horner.
  64.  
  65.     ■ Changed the way that Files.Ra (Remote Access Area File ) is read from
  66.       disk and improved speed on slow systems with 1200%
  67.  
  68.     ■ When trying to erase a read-only file Febbs would terminate with
  69.       a Runtime Error. Fixed.
  70.  
  71.     ■ Added Avatar style lists when creating the List of the most downloaded
  72.       files and the FileArea overview list. No RLE compression since i am
  73.       not sure all BBS types can handle that.
  74.  
  75.     ■ Fixed a small bug in PSCF, the routines that handles Archives.
  76.       Febbs wasn't handling LHa header 1 archives correctly if they
  77.       contained a path inside them. Fixed.
  78.  
  79.     ■ Added LHa Header 2 support in PSCF. And since Febbs is using PSCF
  80.       Febbs also handles those archives now.
  81.  
  82.     ■ When creating the filelists Febbs didn't do the same "cleaning up"
  83.       of the Files.Bbs as it does when loading it into the editor. That
  84.       is making sure that the description starts in position 14 and
  85.       stuff like that. But since many of the routines in the FileList
  86.       part relys on the fact that the Files.Bbs is standard, Febbs now
  87.       does the same clean up when creating the lists. This is only
  88.       done in memory no saving of the cleaned up files.bbs is done.
  89.  
  90.     ■ {+} Added definable style of the GIF info that Febbs is able
  91.       to add to GIF files. Use the following meta commands in the
  92.       setup.
  93.  
  94.       ~W  =  Width of GIF Image.
  95.       ~H  =  Height of GIF Image.
  96.       ~P  =  Number of Colours in GIF Image.
  97.  
  98.       Example :  [~Wx~Hx~P] would be translated into the following
  99.                  for a standard SVGA GIF Image, [640x480x256].
  100.  
  101.       If No Style is defined the style (640*480*256) will be used.
  102.       Suggested by Saar Blitz.
  103.  
  104.     ■ Added a small mark in the Area Pick List that shows if the area
  105.       is to be included in the File lists. That way it is easier to
  106.       se if some area by accident have been included that shouldn't have
  107.       been.
  108.  
  109.       You may also tag and de-tag areas to be included in the
  110.       Filelists with <space> from the same list. If you changed any
  111.       tagged areas from within Febbs then Febbs will ask you if you
  112.       wish to save when you exit the program. If you answer yes then
  113.       the changes will be saved to the config file.
  114.  
  115.     ■ Since a lot of perssons still use XT machines to run BBS systems
  116.       they didn't quite like the overlay part of Febbs. The overlays
  117.       saves memory so that larger Files.Bbs can be loaded into Febbs.
  118.       But since XT machines usualy hasn't got that big disks and thereby
  119.       not that big Files.Bbs files i have made the Overlay buffer size
  120.       configurable. The larger Buffer the less disk access by Febbs.
  121.       That is if You do not have EMS memory, then Febbs will use EMS
  122.       for the overlays. If you have EMS then you most certenly never
  123.       want to tamper with the overlay buffer size.
  124.  
  125.       So if you wish to reduce disk access by Febbs use the following
  126.       switch to set the ammount of memory that Febbs should allocate
  127.       for the overlay.
  128.  
  129.       /O:<Buffer Size>
  130.  
  131.       The size of the original buffer size is displayed when you try
  132.       to change the size of the Buffer. Now it is up to you to
  133.       configure the buffersize that is the best for Your system.
  134.  
  135.     ■ The length of the path to the File Area that Febbs can handle
  136.       has been increased to 79 characters. That is as long path as
  137.       DOS allows so if you have a longer then it is time to trim it.
  138.  
  139.     ■ If a line starts with a plus sign (+) then it is treated as a
  140.       comment instead of a file as before.
  141.  
  142.     ■ If a directory had the archive bit set then it would be adopted
  143.       just as if where a file when adopting missing files. Fixed.
  144.       Reported by Anders brink.
  145.  
  146.     ■ Added a new prompt when you have edited a Files.Bbs and
  147.       have pressed Esc. You will then be able to save and exit
  148.       emidiatly instead of going back and save and then exit.
  149.       Suggested by Mats Birch.
  150.  
  151.     ■ This is vital infromation. Please read!
  152.  
  153.       When creating the Directory list not only directories
  154.       associated with the areas that are put in the filelist
  155.       will be included, but also those that has the password
  156.       tag set. This is so that areas not in the filelist can
  157.       be accepted as frequable by Your mailer. See the docs
  158.       for more information about the list of directories.
  159.       Suggested by Mats Wallin.
  160.  
  161.     ■ When using a screen size that is larger than 25 rows Febbs
  162.       will adjust the number of rows that PgUp/PgDn jumps to an
  163.       appropriate number of rows.
  164.       Suggested by Mats Wallin.
  165.  
  166.     ■ {+} If You for some reason would like to keep Your name out
  167.       of the lists that Febbs creates then add the switch /X to
  168.       the commandline when you create the lists. 
  169.       Suggested by Fred Horner.
  170.  
  171.     ■ Added support for Quickbbs 2.75.
  172.       Suggested by Steve Gabrilowitz.
  173.  
  174.    < End of File >
  175.